﻿2026-06-15T09:28:02.8010941Z Current runner version: '2.335.1'
2026-06-15T09:28:02.8015435Z Runner name: 'kitsubito'
2026-06-15T09:28:02.8015960Z Runner group name: 'Default'
2026-06-15T09:28:02.8016595Z Machine name: 'KITSUBITO'
2026-06-15T09:28:02.8018466Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T09:28:02.8020310Z Contents: read
2026-06-15T09:28:02.8020706Z Metadata: read
2026-06-15T09:28:02.8021073Z Packages: read
2026-06-15T09:28:02.8021435Z ##[endgroup]
2026-06-15T09:28:02.8022963Z Secret source: Actions
2026-06-15T09:28:02.8023457Z Prepare workflow directory
2026-06-15T09:28:02.8376507Z Prepare all required actions
2026-06-15T09:28:02.8414251Z Getting action download info
2026-06-15T09:28:03.3964981Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T09:28:04.2429849Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-15T09:28:04.3424145Z ##[group]Run actions/checkout@v5
2026-06-15T09:28:04.3425313Z with:
2026-06-15T09:28:04.3426035Z   repository: SaberMage/spt-core
2026-06-15T09:28:04.3434838Z   token: ***
2026-06-15T09:28:04.3435535Z   ssh-strict: true
2026-06-15T09:28:04.3436241Z   ssh-user: git
2026-06-15T09:28:04.3436980Z   persist-credentials: true
2026-06-15T09:28:04.3437772Z   clean: true
2026-06-15T09:28:04.3438505Z   sparse-checkout-cone-mode: true
2026-06-15T09:28:04.3439460Z   fetch-depth: 1
2026-06-15T09:28:04.3440174Z   fetch-tags: false
2026-06-15T09:28:04.3440924Z   show-progress: true
2026-06-15T09:28:04.3441673Z   lfs: false
2026-06-15T09:28:04.3442346Z   submodules: false
2026-06-15T09:28:04.3443094Z   set-safe-directory: true
2026-06-15T09:28:04.3444101Z ##[endgroup]
2026-06-15T09:28:04.4313035Z Syncing repository: SaberMage/spt-core
2026-06-15T09:28:04.4315934Z ##[group]Getting Git version info
2026-06-15T09:28:04.4317699Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T09:28:04.4320270Z [command]/usr/bin/git version
2026-06-15T09:28:04.4321425Z git version 2.43.0
2026-06-15T09:28:04.4324864Z ##[endgroup]
2026-06-15T09:28:04.4331303Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/69b930c0-4a95-4099-b441-cf40682d6e7b' before making global git config changes
2026-06-15T09:28:04.4334575Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:28:04.4337025Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T09:28:04.4350447Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T09:28:04.4368110Z https://github.com/SaberMage/spt-core
2026-06-15T09:28:04.4378660Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T09:28:04.4380874Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T09:28:04.4398074Z HEAD
2026-06-15T09:28:04.4428824Z ##[endgroup]
2026-06-15T09:28:04.4430002Z [command]/usr/bin/git submodule status
2026-06-15T09:28:04.4604939Z ##[group]Cleaning the repository
2026-06-15T09:28:04.4606329Z [command]/usr/bin/git clean -ffdx
2026-06-15T09:28:04.4633097Z Removing traceable-reqs
2026-06-15T09:28:04.4638883Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T09:28:04.4682689Z HEAD is now at 69abfc0 Merge d2433d4ef79632ad741b50183f46dea7a5d06966 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:28:04.4687004Z ##[endgroup]
2026-06-15T09:28:04.4688687Z ##[group]Disabling automatic garbage collection
2026-06-15T09:28:04.4691618Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T09:28:04.4715970Z ##[endgroup]
2026-06-15T09:28:04.4717510Z ##[group]Setting up auth
2026-06-15T09:28:04.4720731Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:28:04.4746493Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:28:04.4936347Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:28:04.4965437Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:28:04.5155129Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:28:04.5181523Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:28:04.5369657Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T09:28:04.5398670Z ##[endgroup]
2026-06-15T09:28:04.5400345Z ##[group]Fetching the repository
2026-06-15T09:28:04.5406402Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +69abfc088d656b41eb507cda29e14729d4395cde:refs/remotes/pull/12/merge
2026-06-15T09:28:05.1553336Z ##[endgroup]
2026-06-15T09:28:05.1554635Z ##[group]Determining the checkout info
2026-06-15T09:28:05.1603830Z ##[endgroup]
2026-06-15T09:28:05.1604540Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T09:28:05.1622047Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T09:28:05.1623647Z ##[group]Checking out the ref
2026-06-15T09:28:05.1630908Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T09:28:05.1670755Z HEAD is now at 69abfc0 Merge d2433d4ef79632ad741b50183f46dea7a5d06966 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:28:05.1674108Z ##[endgroup]
2026-06-15T09:28:05.1704372Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T09:28:05.1725788Z 69abfc088d656b41eb507cda29e14729d4395cde
2026-06-15T09:28:05.1927610Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T09:28:05.1928504Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T09:28:05.1944651Z shell: /usr/bin/bash -e {0}
2026-06-15T09:28:05.1945266Z ##[endgroup]
2026-06-15T09:28:05.2041940Z ##[group]Run cargo nextest run --workspace
2026-06-15T09:28:05.2042669Z [36;1mcargo nextest run --workspace[0m
2026-06-15T09:28:05.2055589Z shell: /usr/bin/bash -e {0}
2026-06-15T09:28:05.2056141Z env:
2026-06-15T09:28:05.2056680Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T09:28:05.2057272Z ##[endgroup]
2026-06-15T09:28:05.8131566Z    Compiling proc-macro2 v1.0.106
2026-06-15T09:28:05.8132374Z    Compiling unicode-ident v1.0.24
2026-06-15T09:28:05.8132949Z    Compiling quote v1.0.45
2026-06-15T09:28:05.8133397Z    Compiling libc v0.2.186
2026-06-15T09:28:05.8133745Z    Compiling cfg-if v1.0.4
2026-06-15T09:28:05.8134051Z    Compiling serde_core v1.0.228
2026-06-15T09:28:05.8134390Z    Compiling serde v1.0.228
2026-06-15T09:28:05.8194716Z    Compiling typenum v1.20.1
2026-06-15T09:28:05.8250232Z    Compiling version_check v0.9.5
2026-06-15T09:28:05.8291242Z    Compiling portable-atomic v1.13.1
2026-06-15T09:28:05.8351242Z    Compiling memchr v2.8.1
2026-06-15T09:28:05.8410223Z    Compiling find-msvc-tools v0.1.9
2026-06-15T09:28:05.8410981Z    Compiling subtle v2.6.1
2026-06-15T09:28:05.8411720Z    Compiling shlex v2.0.1
2026-06-15T09:28:05.8653407Z    Compiling critical-section v1.2.0
2026-06-15T09:28:05.8935397Z    Compiling log v0.4.32
2026-06-15T09:28:05.9046841Z    Compiling equivalent v1.0.2
2026-06-15T09:28:05.9651756Z    Compiling semver v1.0.28
2026-06-15T09:28:05.9725395Z    Compiling smallvec v1.15.1
2026-06-15T09:28:06.0583132Z    Compiling itoa v1.0.18
2026-06-15T09:28:06.1049886Z    Compiling cpufeatures v0.2.17
2026-06-15T09:28:06.1194421Z    Compiling bitflags v2.12.1
2026-06-15T09:28:06.1481564Z    Compiling hashbrown v0.17.1
2026-06-15T09:28:06.1662482Z    Compiling pin-project-lite v0.2.17
2026-06-15T09:28:06.1825583Z    Compiling rand_core v0.10.1
2026-06-15T09:28:06.2132546Z    Compiling futures-core v0.3.32
2026-06-15T09:28:06.2233002Z    Compiling getrandom v0.4.2
2026-06-15T09:28:06.2234394Z    Compiling generic-array v0.14.7
2026-06-15T09:28:06.2627074Z    Compiling rustc_version v0.4.1
2026-06-15T09:28:06.3235695Z    Compiling bytes v1.11.1
2026-06-15T09:28:06.3358316Z    Compiling zerocopy v0.8.50
2026-06-15T09:28:06.3751133Z    Compiling stable_deref_trait v1.2.1
2026-06-15T09:28:06.4211343Z    Compiling ahash v0.8.12
2026-06-15T09:28:06.4320763Z    Compiling futures-sink v0.3.32
2026-06-15T09:28:06.4605561Z    Compiling futures-io v0.3.32
2026-06-15T09:28:06.4791255Z    Compiling signature v2.2.0
2026-06-15T09:28:06.5001754Z    Compiling slab v0.4.12
2026-06-15T09:28:06.5311392Z    Compiling futures-channel v0.3.32
2026-06-15T09:28:06.5411116Z    Compiling futures-task v0.3.32
2026-06-15T09:28:06.5931044Z    Compiling ed25519 v2.2.3
2026-06-15T09:28:06.6130395Z    Compiling pkg-config v0.3.33
2026-06-15T09:28:06.6411238Z    Compiling curve25519-dalek v4.1.3
2026-06-15T09:28:06.6970756Z    Compiling zmij v1.0.21
2026-06-15T09:28:06.7370820Z    Compiling vcpkg v0.2.15
2026-06-15T09:28:06.7461083Z    Compiling serde_json v1.0.150
2026-06-15T09:28:06.7901334Z    Compiling fastrand v2.4.1
2026-06-15T09:28:06.9471046Z    Compiling rustversion v1.0.22
2026-06-15T09:28:07.0412004Z    Compiling indexmap v2.14.0
2026-06-15T09:28:07.0982053Z    Compiling fallible-iterator v0.3.0
2026-06-15T09:28:07.1141404Z    Compiling syn v2.0.117
2026-06-15T09:28:07.1961094Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T09:28:07.2140951Z    Compiling autocfg v1.5.1
2026-06-15T09:28:07.2875590Z    Compiling fnv v1.0.7
2026-06-15T09:28:07.3091161Z    Compiling cfg_aliases v0.2.1
2026-06-15T09:28:07.3745776Z    Compiling strsim v0.11.1
2026-06-15T09:28:07.3920764Z    Compiling litemap v0.8.2
2026-06-15T09:28:07.4005361Z    Compiling writeable v0.6.3
2026-06-15T09:28:07.4020951Z    Compiling fs_extra v1.3.0
2026-06-15T09:28:07.4691156Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T09:28:07.4731086Z    Compiling dunce v1.0.5
2026-06-15T09:28:07.5611034Z    Compiling jobserver v0.1.34
2026-06-15T09:28:07.5771508Z    Compiling ident_case v1.0.1
2026-06-15T09:28:07.6141800Z    Compiling utf8_iter v1.0.4
2026-06-15T09:28:07.6248309Z    Compiling icu_properties_data v2.2.0
2026-06-15T09:28:07.6831057Z    Compiling anyhow v1.0.102
2026-06-15T09:28:07.6934804Z    Compiling rustix v1.1.4
2026-06-15T09:28:07.7589877Z    Compiling linux-raw-sys v0.12.1
2026-06-15T09:28:07.7694883Z    Compiling percent-encoding v2.3.2
2026-06-15T09:28:07.7980827Z    Compiling http v1.4.1
2026-06-15T09:28:07.8080698Z    Compiling cc v1.2.63
2026-06-15T09:28:07.9981043Z    Compiling crypto-common v0.1.7
2026-06-15T09:28:08.0110867Z    Compiling block-buffer v0.10.4
2026-06-15T09:28:08.0201738Z    Compiling aws-lc-rs v1.17.0
2026-06-15T09:28:08.0371034Z    Compiling thiserror v2.0.18
2026-06-15T09:28:08.0450905Z    Compiling unicode-segmentation v1.13.3
2026-06-15T09:28:08.1050826Z    Compiling cpufeatures v0.3.0
2026-06-15T09:28:08.1361132Z    Compiling scopeguard v1.2.0
2026-06-15T09:28:08.1671167Z    Compiling digest v0.10.7
2026-06-15T09:28:08.1760954Z    Compiling chacha20 v0.10.0
2026-06-15T09:28:08.1980903Z    Compiling form_urlencoded v1.2.2
2026-06-15T09:28:08.2380919Z    Compiling getrandom v0.2.17
2026-06-15T09:28:08.2541464Z    Compiling mio v1.2.1
2026-06-15T09:28:08.3671721Z    Compiling socket2 v0.6.4
2026-06-15T09:28:08.3710866Z    Compiling rand_core v0.6.4
2026-06-15T09:28:08.4231176Z    Compiling sha2 v0.10.9
2026-06-15T09:28:08.4360575Z    Compiling lock_api v0.4.14
2026-06-15T09:28:08.5150415Z    Compiling untrusted v0.9.0
2026-06-15T09:28:08.5570411Z    Compiling rand v0.10.1
2026-06-15T09:28:08.6020511Z    Compiling rustls v0.23.40
2026-06-15T09:28:08.6217868Z    Compiling heck v0.5.0
2026-06-15T09:28:08.6360441Z    Compiling convert_case v0.10.0
2026-06-15T09:28:08.7060770Z    Compiling const-oid v0.10.2
2026-06-15T09:28:08.7370405Z    Compiling unicode-xid v0.2.6
2026-06-15T09:28:08.7829824Z    Compiling atomic-waker v1.1.2
2026-06-15T09:28:08.8182730Z    Compiling parking_lot_core v0.9.12
2026-06-15T09:28:08.8392496Z    Compiling httparse v1.10.1
2026-06-15T09:28:08.9104680Z    Compiling paste v1.0.15
2026-06-15T09:28:08.9182901Z    Compiling http-body v1.0.1
2026-06-15T09:28:08.9512616Z    Compiling num-traits v0.2.19
2026-06-15T09:28:08.9821850Z    Compiling hybrid-array v0.4.12
2026-06-15T09:28:09.0541210Z    Compiling base64ct v1.8.3
2026-06-15T09:28:09.0581134Z    Compiling powerfmt v0.2.0
2026-06-15T09:28:09.0790925Z    Compiling either v1.16.0
2026-06-15T09:28:09.1488762Z    Compiling cmake v0.1.58
2026-06-15T09:28:09.2781168Z    Compiling deranged v0.5.8
2026-06-15T09:28:09.2930569Z    Compiling tower-service v0.3.3
2026-06-15T09:28:09.3310796Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T09:28:09.3911282Z    Compiling try-lock v0.2.5
2026-06-15T09:28:09.3980389Z    Compiling tinyvec_macros v0.1.1
2026-06-15T09:28:09.4630788Z    Compiling base64 v0.22.1
2026-06-15T09:28:09.5240641Z    Compiling time-core v0.1.8
2026-06-15T09:28:09.5310869Z    Compiling num-conv v0.2.2
2026-06-15T09:28:09.6166772Z    Compiling data-encoding v2.11.0
2026-06-15T09:28:09.6301137Z    Compiling ref-cast v1.0.25
2026-06-15T09:28:09.6372706Z    Compiling crypto-common v0.2.2
2026-06-15T09:28:09.6652038Z    Compiling block-buffer v0.12.0
2026-06-15T09:28:09.6760092Z    Compiling parking_lot v0.12.5
2026-06-15T09:28:09.7040787Z    Compiling want v0.3.1
2026-06-15T09:28:09.7600619Z    Compiling tinyvec v1.11.0
2026-06-15T09:28:09.8270467Z    Compiling vergen-lib v9.1.0
2026-06-15T09:28:09.8443278Z    Compiling inout v0.1.4
2026-06-15T09:28:09.8980350Z    Compiling memoffset v0.6.5
2026-06-15T09:28:09.9266685Z    Compiling n0-future v0.3.2
2026-06-15T09:28:09.9510701Z    Compiling aho-corasick v1.1.4
2026-06-15T09:28:09.9730779Z    Compiling toml_write v0.1.2
2026-06-15T09:28:10.0044703Z    Compiling httpdate v1.0.3
2026-06-15T09:28:10.1220434Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T09:28:10.1260406Z    Compiling aws-lc-sys v0.41.0
2026-06-15T09:28:10.1480862Z    Compiling ring v0.17.14
2026-06-15T09:28:10.2330308Z    Compiling regex-syntax v0.8.10
2026-06-15T09:28:10.2581379Z    Compiling parking v2.2.1
2026-06-15T09:28:10.2940664Z    Compiling cordyceps v0.3.4
2026-06-15T09:28:10.3065462Z    Compiling spin v0.10.0
2026-06-15T09:28:10.4352958Z    Compiling winnow v1.0.3
2026-06-15T09:28:10.4580685Z    Compiling diatomic-waker v0.2.3
2026-06-15T09:28:10.6270402Z    Compiling crossbeam-utils v0.8.21
2026-06-15T09:28:10.6726447Z    Compiling winnow v0.7.15
2026-06-15T09:28:10.7290278Z    Compiling thiserror v1.0.69
2026-06-15T09:28:10.7460624Z    Compiling futures-buffered v0.2.13
2026-06-15T09:28:10.9000414Z    Compiling digest v0.11.3
2026-06-15T09:28:10.9960448Z    Compiling futures-lite v2.6.1
2026-06-15T09:28:11.1570579Z    Compiling cipher v0.4.4
2026-06-15T09:28:11.1665686Z    Compiling netlink-packet-core v0.8.1
2026-06-15T09:28:11.1820166Z    Compiling serial-core v0.4.0
2026-06-15T09:28:11.2120189Z    Compiling ioctl-rs v0.1.6
2026-06-15T09:28:11.3738878Z    Compiling termios v0.2.2
2026-06-15T09:28:11.3862878Z    Compiling vergen v9.1.0
2026-06-15T09:28:11.4060387Z    Compiling vergen-lib v0.1.6
2026-06-15T09:28:11.5299729Z    Compiling universal-hash v0.5.1
2026-06-15T09:28:11.5539692Z    Compiling noq-udp v0.10.0
2026-06-15T09:28:11.5890783Z    Compiling heapless v0.7.17
2026-06-15T09:28:11.5996155Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T09:28:11.6593342Z    Compiling sync_wrapper v1.0.2
2026-06-15T09:28:11.7062055Z    Compiling opaque-debug v0.3.1
2026-06-15T09:28:11.7436557Z    Compiling dyn-clone v1.0.20
2026-06-15T09:28:11.7812331Z    Compiling byteorder v1.5.0
2026-06-15T09:28:11.7979119Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T09:28:11.8096283Z    Compiling allocator-api2 v0.2.21
2026-06-15T09:28:11.8950858Z    Compiling polyval v0.6.2
2026-06-15T09:28:11.9489757Z    Compiling hash32 v0.2.1
2026-06-15T09:28:11.9700946Z    Compiling serial-unix v0.4.0
2026-06-15T09:28:12.0920825Z    Compiling spin v0.9.8
2026-06-15T09:28:12.1128662Z    Compiling vergen-gitcl v1.0.8
2026-06-15T09:28:12.1428742Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T09:28:12.1721117Z    Compiling num_threads v0.1.7
2026-06-15T09:28:12.1816267Z    Compiling ryu v1.0.23
2026-06-15T09:28:12.2230628Z    Compiling tower-layer v0.3.3
2026-06-15T09:28:12.2615377Z    Compiling bitflags v1.3.2
2026-06-15T09:28:12.2745275Z    Compiling pin-utils v0.1.0
2026-06-15T09:28:12.3121245Z    Compiling signature v3.0.0
2026-06-15T09:28:12.3280657Z    Compiling time v0.3.47
2026-06-15T09:28:12.3359936Z    Compiling nix v0.25.1
2026-06-15T09:28:12.3432487Z    Compiling serial v0.4.0
2026-06-15T09:28:12.3910995Z    Compiling ghash v0.5.1
2026-06-15T09:28:12.3972261Z    Compiling ctr v0.9.2
2026-06-15T09:28:12.4131377Z    Compiling aes v0.8.4
2026-06-15T09:28:12.4530783Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T09:28:12.5310686Z    Compiling synstructure v0.13.2
2026-06-15T09:28:12.5700893Z    Compiling darling_core v0.20.11
2026-06-15T09:28:12.7720782Z    Compiling serde_derive_internals v0.29.1
2026-06-15T09:28:12.9961315Z    Compiling regex-automata v0.4.14
2026-06-15T09:28:13.1360639Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T09:28:13.1940579Z    Compiling http-body-util v0.1.3
2026-06-15T09:28:13.3060948Z    Compiling aead v0.5.2
2026-06-15T09:28:13.3567679Z    Compiling downcast-rs v1.2.1
2026-06-15T09:28:13.4260100Z    Compiling shell-words v1.1.1
2026-06-15T09:28:13.4343454Z    Compiling openssl-probe v0.2.1
2026-06-15T09:28:13.5299494Z    Compiling aes-gcm v0.10.3
2026-06-15T09:28:13.5711288Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T09:28:13.6140777Z    Compiling crossbeam-channel v0.5.15
2026-06-15T09:28:13.7128614Z    Compiling netlink-packet-route v0.29.0
2026-06-15T09:28:13.7551670Z    Compiling blake3 v1.8.5
2026-06-15T09:28:14.0021759Z    Compiling uuid v1.23.2
2026-06-15T09:28:14.0403126Z    Compiling proc-macro-crate v3.5.0
2026-06-15T09:28:14.0502953Z    Compiling noq v0.18.0
2026-06-15T09:28:14.1480978Z    Compiling netwatch v0.16.0
2026-06-15T09:28:14.2553548Z    Compiling acto v0.8.2
2026-06-15T09:28:14.2558128Z    Compiling tagptr v0.2.0
2026-06-15T09:28:14.3906647Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T09:28:14.4000933Z    Compiling lru-slab v0.1.2
2026-06-15T09:28:14.4192975Z    Compiling rustc-hash v2.1.2
2026-06-15T09:28:14.4870196Z    Compiling identity-hash v0.1.0
2026-06-15T09:28:14.4905807Z    Compiling mac-addr v0.3.0
2026-06-15T09:28:14.5137930Z    Compiling xml-rs v0.8.28
2026-06-15T09:28:14.5315054Z    Compiling foldhash v0.2.0
2026-06-15T09:28:14.6286336Z    Compiling netlink-packet-route v0.30.0
2026-06-15T09:28:14.6444958Z    Compiling simple-dns v0.9.3
2026-06-15T09:28:14.6523448Z    Compiling hashbrown v0.16.1
2026-06-15T09:28:14.6611082Z    Compiling serde_derive v1.0.228
2026-06-15T09:28:14.7021065Z    Compiling zeroize_derive v1.4.3
2026-06-15T09:28:14.7659891Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T09:28:15.2143207Z    Compiling tokio-macros v2.7.0
2026-06-15T09:28:15.2820763Z    Compiling zeroize v1.8.2
2026-06-15T09:28:15.3359793Z    Compiling futures-macro v0.3.32
2026-06-15T09:28:15.3656007Z    Compiling zerofrom-derive v0.1.7
2026-06-15T09:28:15.3931243Z    Compiling yoke-derive v0.8.2
2026-06-15T09:28:15.4865057Z    Compiling zerovec-derive v0.11.3
2026-06-15T09:28:15.9703863Z    Compiling displaydoc v0.2.6
2026-06-15T09:28:16.0269888Z    Compiling tokio v1.52.3
2026-06-15T09:28:16.3163359Z    Compiling futures-util v0.3.32
2026-06-15T09:28:16.3936366Z    Compiling tracing-attributes v0.1.31
2026-06-15T09:28:16.7287261Z    Compiling rustls-pki-types v1.14.1
2026-06-15T09:28:16.8190492Z    Compiling ed25519-dalek v2.2.0
2026-06-15T09:28:16.9086486Z    Compiling zerofrom v0.1.8
2026-06-15T09:28:17.0190672Z    Compiling yoke v0.8.3
2026-06-15T09:28:17.1315280Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T09:28:17.1640528Z    Compiling thiserror-impl v2.0.18
2026-06-15T09:28:17.2387959Z    Compiling zerovec v0.11.6
2026-06-15T09:28:17.4770686Z    Compiling zerotrie v0.2.4
2026-06-15T09:28:17.5888228Z    Compiling darling_macro v0.20.11
2026-06-15T09:28:17.6001174Z    Compiling derive_more-impl v2.1.1
2026-06-15T09:28:17.8550867Z    Compiling spez v0.1.2
2026-06-15T09:28:17.9300710Z    Compiling tinystr v0.8.3
2026-06-15T09:28:18.0080650Z    Compiling potential_utf v0.1.5
2026-06-15T09:28:18.0429947Z    Compiling darling v0.20.11
2026-06-15T09:28:18.1110782Z    Compiling icu_collections v2.2.0
2026-06-15T09:28:18.1400628Z    Compiling icu_locale_core v2.2.0
2026-06-15T09:28:18.1507332Z    Compiling derive_builder_core v0.20.2
2026-06-15T09:28:18.2919969Z    Compiling n0-error-macros v0.1.3
2026-06-15T09:28:18.7240821Z    Compiling der v0.8.0-rc.10
2026-06-15T09:28:18.7490573Z    Compiling pin-project-internal v1.1.13
2026-06-15T09:28:18.9010917Z    Compiling ref-cast-impl v1.0.25
2026-06-15T09:28:18.9960731Z    Compiling thiserror-impl v1.0.69
2026-06-15T09:28:19.4311513Z    Compiling icu_provider v2.2.0
2026-06-15T09:28:19.5070779Z    Compiling n0-error v0.1.3
2026-06-15T09:28:19.5325165Z    Compiling derive_builder_macro v0.20.2
2026-06-15T09:28:19.8527241Z    Compiling icu_normalizer v2.2.0
2026-06-15T09:28:19.8609277Z    Compiling icu_properties v2.2.0
2026-06-15T09:28:19.8730833Z    Compiling derive_builder v0.20.2
2026-06-15T09:28:19.9691457Z    Compiling ipnet v2.12.0
2026-06-15T09:28:20.0316555Z    Compiling toml_datetime v0.6.11
2026-06-15T09:28:20.0660919Z    Compiling serde_spanned v0.6.9
2026-06-15T09:28:20.0998673Z    Compiling pin-project v1.1.13
2026-06-15T09:28:20.1880576Z    Compiling spki v0.8.0-rc.4
2026-06-15T09:28:20.2380055Z    Compiling toml_edit v0.22.27
2026-06-15T09:28:20.3520758Z    Compiling schemars_derive v1.2.1
2026-06-15T09:28:20.3770337Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T09:28:20.5725803Z    Compiling prefix-trie v0.8.4
2026-06-15T09:28:20.6977113Z    Compiling once_cell v1.21.4
2026-06-15T09:28:20.7873606Z    Compiling futures-executor v0.3.32
2026-06-15T09:28:20.7965643Z    Compiling regex v1.12.3
2026-06-15T09:28:20.8211356Z    Compiling filedescriptor v0.8.3
2026-06-15T09:28:20.9180924Z    Compiling tracing-core v0.1.36
2026-06-15T09:28:21.0581428Z    Compiling hashbrown v0.14.5
2026-06-15T09:28:21.0670475Z    Compiling tempfile v3.27.0
2026-06-15T09:28:21.1902934Z    Compiling futures v0.3.32
2026-06-15T09:28:21.2190867Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T09:28:21.2560591Z    Compiling idna_adapter v1.2.2
2026-06-15T09:28:21.3690706Z    Compiling tracing v0.1.44
2026-06-15T09:28:21.3890508Z    Compiling idna v1.1.0
2026-06-15T09:28:21.6850688Z    Compiling cobs v0.3.0
2026-06-15T09:28:21.7235925Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T09:28:21.7520893Z    Compiling postcard-derive v0.2.2
2026-06-15T09:28:21.8630754Z    Compiling hashlink v0.9.1
2026-06-15T09:28:21.8768560Z    Compiling url v2.5.8
2026-06-15T09:28:22.1617191Z    Compiling tokio-util v0.7.18
2026-06-15T09:28:22.1696078Z    Compiling derive_more v2.1.1
2026-06-15T09:28:22.2496193Z    Compiling rusqlite v0.32.1
2026-06-15T09:28:22.2938480Z    Compiling netlink-sys v0.8.8
2026-06-15T09:28:22.3251674Z    Compiling data-encoding-macro v0.1.20
2026-06-15T09:28:22.3554723Z    Compiling tower v0.5.3
2026-06-15T09:28:22.3764247Z    Compiling schemars v1.2.1
2026-06-15T09:28:22.3891469Z    Compiling portable-pty v0.8.1
2026-06-15T09:28:22.4285009Z    Compiling postcard v1.1.3
2026-06-15T09:28:22.6141166Z    Compiling rustls-native-certs v0.8.4
2026-06-15T09:28:22.6917629Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T09:28:22.7032700Z    Compiling num_enum_derive v0.7.6
2026-06-15T09:28:22.8550748Z    Compiling toml v0.8.23
2026-06-15T09:28:23.1190665Z    Compiling h2 v0.4.14
2026-06-15T09:28:23.2743681Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T09:28:23.2860795Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T09:28:23.5690793Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T09:28:23.6449794Z    Compiling strum_macros v0.28.0
2026-06-15T09:28:23.6784755Z    Compiling async-trait v0.1.89
2026-06-15T09:28:23.7170776Z    Compiling enum-assoc v1.3.0
2026-06-15T09:28:23.8130972Z    Compiling iroh-metrics v0.38.3
2026-06-15T09:28:23.9090855Z    Compiling iroh-base v0.98.0
2026-06-15T09:28:23.9191015Z    Compiling num_enum v0.7.6
2026-06-15T09:28:23.9543587Z    Compiling n0-watcher v0.6.1
2026-06-15T09:28:24.0090655Z    Compiling tokio-stream v0.1.18
2026-06-15T09:28:24.1450871Z    Compiling tower-http v0.6.11
2026-06-15T09:28:24.1835413Z    Compiling iroh-relay v0.98.0
2026-06-15T09:28:24.5150561Z    Compiling attohttpc v0.30.1
2026-06-15T09:28:24.5862652Z    Compiling netlink-proto v0.12.0
2026-06-15T09:28:24.6247820Z    Compiling netdev v0.42.0
2026-06-15T09:28:24.6754670Z    Compiling moka v0.12.15
2026-06-15T09:28:24.6931099Z    Compiling xmltree v0.10.3
2026-06-15T09:28:24.8630984Z    Compiling constant_time_eq v0.4.2
2026-06-15T09:28:24.9073198Z    Compiling smol_str v0.1.24
2026-06-15T09:28:24.9343772Z    Compiling sha1_smol v1.0.1
2026-06-15T09:28:25.0421165Z    Compiling arrayref v0.3.9
2026-06-15T09:28:25.0518010Z    Compiling simdutf8 v0.1.5
2026-06-15T09:28:25.0961019Z    Compiling resolv-conf v0.7.6
2026-06-15T09:28:25.1421238Z    Compiling arrayvec v0.7.6
2026-06-15T09:28:25.3240618Z    Compiling webpki-roots v1.0.7
2026-06-15T09:28:25.3760806Z    Compiling lru v0.16.4
2026-06-15T09:28:25.4330864Z    Compiling serde_bytes v0.11.19
2026-06-15T09:28:25.5423166Z    Compiling hmac v0.12.1
2026-06-15T09:28:25.6514398Z    Compiling seize v0.5.1
2026-06-15T09:28:25.6640863Z    Compiling iroh v0.98.2
2026-06-15T09:28:25.7157672Z    Compiling cmov v0.5.4
2026-06-15T09:28:25.7340786Z    Compiling hkdf v0.12.4
2026-06-15T09:28:25.8643169Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T09:28:25.9090854Z    Compiling papaya v0.2.4
2026-06-15T09:28:25.9370805Z    Compiling backon v1.6.0
2026-06-15T09:28:25.9550728Z    Compiling spake2 v0.4.0
2026-06-15T09:28:26.0031906Z    Compiling ctutils v0.4.2
2026-06-15T09:28:26.1861284Z    Compiling sha1 v0.10.6
2026-06-15T09:28:26.1980741Z    Compiling doctest-file v1.1.1
2026-06-15T09:28:26.2320623Z    Compiling errno v0.3.14
2026-06-15T09:28:26.2411095Z    Compiling signal-hook v0.3.18
2026-06-15T09:28:26.2861143Z    Compiling darling_core v0.23.0
2026-06-15T09:28:26.3270651Z    Compiling rustix v0.38.44
2026-06-15T09:28:26.3846008Z    Compiling signal-hook-registry v1.4.8
2026-06-15T09:28:26.4108527Z    Compiling utf8parse v0.2.2
2026-06-15T09:28:26.4130604Z    Compiling instability v0.3.12
2026-06-15T09:28:26.4289331Z    Compiling strum v0.28.0
2026-06-15T09:28:26.4291044Z    Compiling anstyle-query v1.1.5
2026-06-15T09:28:26.4292117Z    Compiling foldhash v0.1.5
2026-06-15T09:28:26.4560704Z    Compiling linux-raw-sys v0.4.15
2026-06-15T09:28:26.5220042Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T09:28:26.5356547Z    Compiling iroh-dns v0.98.0
2026-06-15T09:28:26.5471368Z    Compiling anstyle-parse v1.0.0
2026-06-15T09:28:26.5860797Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T09:28:26.6642790Z    Compiling anstyle v1.0.14
2026-06-15T09:28:26.6801188Z    Compiling interprocess v2.4.2
2026-06-15T09:28:26.7572983Z    Compiling colorchoice v1.0.5
2026-06-15T09:28:26.7707708Z    Compiling hashbrown v0.15.5
2026-06-15T09:28:26.8130611Z    Compiling strum_macros v0.26.4
2026-06-15T09:28:26.8646198Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T09:28:26.8960956Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T09:28:26.9418708Z    Compiling anstream v1.0.0
2026-06-15T09:28:26.9949630Z    Compiling signal-hook-mio v0.2.5
2026-06-15T09:28:27.1354499Z    Compiling terminal_size v0.4.4
2026-06-15T09:28:27.3071508Z    Compiling itertools v0.13.0
2026-06-15T09:28:27.3895630Z    Compiling castaway v0.2.4
2026-06-15T09:28:27.3990490Z    Compiling indoc v2.0.7
2026-06-15T09:28:27.4818499Z    Compiling unicode-width v0.1.14
2026-06-15T09:28:27.4942288Z    Compiling clap_lex v1.1.0
2026-06-15T09:28:27.6330746Z    Compiling static_assertions v1.1.0
2026-06-15T09:28:27.7091044Z    Compiling compact_str v0.8.2
2026-06-15T09:28:27.7610645Z    Compiling clap_builder v4.6.0
2026-06-15T09:28:27.7980133Z    Compiling lru v0.12.5
2026-06-15T09:28:27.9459690Z    Compiling clap_derive v4.6.1
2026-06-15T09:28:27.9909205Z    Compiling iana-time-zone v0.1.65
2026-06-15T09:28:28.2440676Z    Compiling crossterm v0.28.1
2026-06-15T09:28:28.3731090Z    Compiling cassowary v0.3.0
2026-06-15T09:28:28.4640759Z    Compiling unicode-width v0.2.0
2026-06-15T09:28:28.6714378Z    Compiling chrono v0.4.45
2026-06-15T09:28:28.7541173Z    Compiling hyper v1.10.1
2026-06-15T09:28:28.9080972Z    Compiling nucleo-matcher v0.3.1
2026-06-15T09:28:29.2356744Z    Compiling unicode-truncate v1.1.0
2026-06-15T09:28:29.3848436Z    Compiling qrcode v0.14.1
2026-06-15T09:28:29.4060672Z    Compiling strum v0.26.3
2026-06-15T09:28:29.9121077Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T09:28:30.0420441Z    Compiling darling_macro v0.23.0
2026-06-15T09:28:30.3705723Z    Compiling mock-adapter v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-15T09:28:30.4272883Z    Compiling darling v0.23.0
2026-06-15T09:28:30.7077880Z    Compiling clap v4.6.1
2026-06-15T09:28:30.8032530Z    Compiling hyper-util v0.1.20
2026-06-15T09:28:31.0898788Z    Compiling ratatui v0.29.0
2026-06-15T09:28:32.7861287Z    Compiling igd-next v0.17.1
2026-06-15T09:28:34.0698455Z    Compiling portmapper v0.16.0
2026-06-15T09:28:40.1191076Z    Compiling rustls-webpki v0.103.13
2026-06-15T09:28:42.4113793Z    Compiling tokio-rustls v0.26.4
2026-06-15T09:28:42.4116394Z    Compiling noq-proto v0.17.0
2026-06-15T09:28:42.4116665Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T09:28:42.5451667Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T09:28:42.5452406Z    Compiling hyper-rustls v0.27.9
2026-06-15T09:28:42.5452988Z    Compiling tokio-websockets v0.13.2
2026-06-15T09:28:42.6963663Z    Compiling reqwest v0.13.4
2026-06-15T09:28:43.5514844Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T09:28:57.0838926Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T09:28:58.4593065Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T09:29:05.9667221Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T09:29:16.7141083Z    Compiling xtask v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-15T09:29:37.8970943Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
2026-06-15T09:29:38.0899704Z ────────────
2026-06-15T09:29:38.0900906Z  Nextest run ID e06cdf6c-f6e3-4de7-928c-19f84889e795 with nextest profile: default
2026-06-15T09:29:38.0901660Z     Starting 1059 tests across 62 binaries (1 test skipped)
2026-06-15T09:29:38.0986331Z         PASS [   0.008s] (   1/1059) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-15T09:29:38.0987685Z         PASS [   0.008s] (   2/1059) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-15T09:29:38.0992692Z         PASS [   0.009s] (   3/1059) spt::oneliner_e2e install_script_against_staged_release
2026-06-15T09:29:38.1048205Z         PASS [   0.016s] (   4/1059) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-15T09:29:38.1049315Z         PASS [   0.016s] (   5/1059) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-15T09:29:38.1050264Z         PASS [   0.016s] (   6/1059) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-15T09:29:38.1062438Z         PASS [   0.008s] (   7/1059) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-15T09:29:38.1195154Z         PASS [   0.015s] (   8/1059) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-15T09:29:38.1199724Z         PASS [   0.014s] (   9/1059) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-15T09:29:38.1342758Z         PASS [   0.013s] (  10/1059) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-15T09:29:38.1371834Z         PASS [   0.014s] (  11/1059) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-15T09:29:38.1503946Z         PASS [   0.016s] (  12/1059) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-15T09:29:38.1570656Z         PASS [   0.022s] (  13/1059) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-15T09:29:38.1701684Z         PASS [   0.020s] (  14/1059) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-15T09:29:38.1751618Z         PASS [   0.019s] (  15/1059) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-15T09:29:38.1892463Z         PASS [   0.019s] (  16/1059) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-15T09:29:38.1947459Z         PASS [   0.019s] (  17/1059) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-15T09:29:38.2085261Z         PASS [   0.018s] (  18/1059) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-15T09:29:38.2561543Z         PASS [   0.061s] (  19/1059) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-15T09:29:38.2603925Z         PASS [   0.052s] (  20/1059) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-15T09:29:38.2612787Z         PASS [   0.173s] (  21/1059) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-15T09:29:38.2759385Z         PASS [   0.014s] (  22/1059) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-15T09:29:38.2873390Z         PASS [   0.031s] (  23/1059) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-15T09:29:38.3033973Z         PASS [   0.215s] (  24/1059) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-15T09:29:38.3056104Z         PASS [   0.030s] (  25/1059) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-15T09:29:38.3202348Z         PASS [   0.060s] (  26/1059) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-15T09:29:38.3210021Z         PASS [   0.017s] (  27/1059) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-15T09:29:38.3218509Z         PASS [   0.016s] (  28/1059) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-15T09:29:38.3351613Z         PASS [   0.014s] (  29/1059) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-15T09:29:38.3353190Z         PASS [   0.013s] (  30/1059) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-15T09:29:38.3354317Z         PASS [   0.015s] (  31/1059) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-15T09:29:38.3491886Z         PASS [   0.013s] (  32/1059) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-15T09:29:38.3493036Z         PASS [   0.014s] (  33/1059) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-15T09:29:38.3507768Z         PASS [   0.016s] (  34/1059) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-15T09:29:38.3623043Z         PASS [   0.073s] (  35/1059) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-15T09:29:38.3680805Z         PASS [   0.019s] (  36/1059) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-15T09:29:38.3862130Z         PASS [   0.035s] (  37/1059) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-15T09:29:38.3873695Z         PASS [   0.037s] (  38/1059) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-15T09:29:38.3952576Z         PASS [   0.034s] (  39/1059) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-15T09:29:38.4162402Z         PASS [   0.027s] (  40/1059) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-15T09:29:38.4165427Z         PASS [   0.029s] (  41/1059) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-15T09:29:38.4232166Z         PASS [   0.028s] (  42/1059) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-15T09:29:38.4460009Z         PASS [   0.022s] (  43/1059) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-15T09:29:38.4464750Z         PASS [   0.078s] (  44/1059) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-15T09:29:38.4616623Z         PASS [   0.373s] (  45/1059) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-15T09:29:38.4649423Z         PASS [   0.018s] (  46/1059) spt::bin/spt api::tests::adapter_is_required
2026-06-15T09:29:38.4753176Z         PASS [   0.029s] (  47/1059) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-15T09:29:38.4798933Z         PASS [   0.018s] (  48/1059) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-15T09:29:38.4810848Z         PASS [   0.016s] (  49/1059) spt::bin/spt api::tests::state_value_is_validated
2026-06-15T09:29:38.4932350Z         PASS [   0.079s] (  50/1059) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-15T09:29:38.4979700Z         PASS [   0.082s] (  51/1059) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-15T09:29:38.4990527Z         PASS [   0.410s] (  52/1059) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-15T09:29:38.4991725Z         PASS [   0.018s] (  53/1059) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-15T09:29:38.4993536Z         PASS [   0.024s] (  54/1059) spt::bin/spt api::tests::surface_parses
2026-06-15T09:29:38.5071401Z         PASS [   0.026s] (  55/1059) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-15T09:29:38.5197560Z         PASS [   0.020s] (  56/1059) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-15T09:29:38.5269435Z         PASS [   0.027s] (  57/1059) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-15T09:29:38.5309549Z         PASS [   0.023s] (  58/1059) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-15T09:29:38.5465368Z         PASS [   0.027s] (  59/1059) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-15T09:29:38.5485706Z         PASS [   0.018s] (  60/1059) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-15T09:29:38.5534904Z         PASS [   0.453s] (  61/1059) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-15T09:29:38.5571641Z         PASS [   0.029s] (  62/1059) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-15T09:29:38.5722288Z         PASS [   0.023s] (  63/1059) spt::bin/spt cli::tests::bare_tty_guard
2026-06-15T09:29:38.5776497Z         PASS [   0.023s] (  64/1059) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-15T09:29:38.5782055Z         PASS [   0.078s] (  65/1059) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-15T09:29:38.5860490Z         PASS [   0.029s] (  66/1059) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-15T09:29:38.5867359Z         PASS [   0.039s] (  67/1059) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-15T09:29:38.5873588Z         FAIL [   0.482s] (  68/1059) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-15T09:29:38.5890972Z   stdout ───
2026-06-15T09:29:38.5891678Z 
2026-06-15T09:29:38.5892099Z     running 1 test
2026-06-15T09:29:38.5892901Z     test api_poll_emits_whole_self_delimiting_events ... FAILED
2026-06-15T09:29:38.5893568Z 
2026-06-15T09:29:38.5893892Z     failures:
2026-06-15T09:29:38.5894298Z 
2026-06-15T09:29:38.5894608Z     failures:
2026-06-15T09:29:38.5896192Z         api_poll_emits_whole_self_delimiting_events
2026-06-15T09:29:38.5896755Z 
2026-06-15T09:29:38.5897441Z     test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.48s
2026-06-15T09:29:38.5898193Z 
2026-06-15T09:29:38.5898691Z   stderr ───
2026-06-15T09:29:38.5899179Z 
2026-06-15T09:29:38.5899994Z     thread 'api_poll_emits_whole_self_delimiting_events' (2840590) panicked at crates/spt/tests/poll_envelope_e2e.rs:103:5:
2026-06-15T09:29:38.5901738Z     `spt api --adapter spt poll doyle`: Output { status: ExitStatus(unix_wait_status(256)), stdout: "", stderr: "AUTH_REFUSED:doyle (need --token or matching --session-id)\n" }
2026-06-15T09:29:38.5903186Z     note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-15T09:29:38.5904009Z 
2026-06-15T09:29:38.5904476Z   Cancelling due to test failure: 15 tests still running
2026-06-15T09:29:38.5956035Z         PASS [   0.023s] (  69/1059) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-15T09:29:38.6075925Z         PASS [   0.030s] (  70/1059) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-15T09:29:38.6082847Z         PASS [   0.110s] (  71/1059) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-15T09:29:38.6099817Z         PASS [   0.024s] (  72/1059) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-15T09:29:38.6158568Z         PASS [   0.042s] (  73/1059) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-15T09:29:38.6191340Z         PASS [   0.126s] (  74/1059) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-15T09:29:38.6245540Z         PASS [   0.039s] (  75/1059) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-15T09:29:38.6477097Z         PASS [   0.543s] (  76/1059) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-15T09:29:38.7384894Z         PASS [   0.650s] (  77/1059) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-15T09:29:39.3242452Z         PASS [   1.226s] (  78/1059) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-15T09:29:39.5306260Z         PASS [   1.425s] (  79/1059) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-15T09:30:01.9090427Z         PASS [  23.821s] (  80/1059) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-15T09:30:02.0116928Z         PASS [  23.924s] (  81/1059) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-15T09:30:17.4418307Z         PASS [  39.353s] (  82/1059) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-15T09:30:21.2727898Z         PASS [  43.185s] (  83/1059) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-15T09:30:21.2732751Z ────────────
2026-06-15T09:30:21.2746079Z      Summary [  43.186s] 83/1059 tests run: 82 passed, 1 failed, 1 skipped
2026-06-15T09:30:21.2748069Z         FAIL [   0.482s] (  68/1059) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-15T09:30:21.2750793Z warning: 976/1059 tests were not run due to test failure (run with --no-fail-fast to run all tests, or run with --max-fail)
2026-06-15T09:30:21.3221114Z error: test run failed
2026-06-15T09:30:21.3580346Z ##[error]Process completed with exit code 100.
2026-06-15T09:30:21.5276919Z Post job cleanup.
2026-06-15T09:30:21.7012104Z [command]/usr/bin/git version
2026-06-15T09:30:21.7078375Z git version 2.43.0
2026-06-15T09:30:21.7120954Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1f1d9aec-576c-4950-a421-0fe116867a04' before making global git config changes
2026-06-15T09:30:21.7121654Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:30:21.7122254Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T09:30:21.7147520Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:30:21.7175330Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T09:30:21.7385048Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:30:21.7404117Z http.https://github.com/.extraheader
2026-06-15T09:30:21.7411462Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T09:30:21.7435393Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T09:30:21.7616943Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:30:21.7642410Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T09:30:21.8004445Z Cleaning up orphan processes
2026-06-15T09:30:21.8945858Z Terminate orphan process: pid (2840890) (spt)
2026-06-15T09:30:21.8967702Z Terminate orphan process: pid (2840948) (spt)
